home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’93 / Listen to your hack…beat / trap patches / How To change patches < prev    next >
Encoding:
Text File  |  1993-06-18  |  506 b   |  24 lines  |  [TEXT/KAHL]

  1. Listen to your hack…beat
  2. Bernie Bernstein
  3. June 18, 1993
  4.  
  5. Places to change/add for patching
  6.  
  7. patches.c
  8. patches.h
  9. globals.c
  10. globals.h
  11. const.h
  12. main.c
  13.  
  14.  
  15. Just make your stuff look like the others. In patches.c, you may need to remember
  16. some more registers or something like that. It could get more complicated for
  17. more difficult traps to patch.
  18.  
  19.  
  20. icon can be changed if you have MPW to derez and Rez2Asm it:
  21. derez atrapicon.rsrc | Rez2Asm > iconlink.a
  22. then put it into the iconlink.c file (and change $ to 0x)
  23.  
  24.